home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Educ
/
Higher Ed
/
G-M
/
MacPhaseExtras.sit
/
MacPhase Extras
/
MacPhase Macro Help.rsrc
/
TEXT_264_val.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-30
|
261 b
|
7 lines
function Val(text : Str255; number) : boolean;
Converts the string to a number. Returns FALSE if there was an error in conversion. The string need not be a pure number, bad characters will be skipped.
Example: 'hello. 3.13asdf' => 3.13
Also see: Concat